home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 March / march_2001.iso / intercd / root / Browsers / ^Opera5 / setup.exe / CACHE.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-12-05  |  983 b   |  65 lines

  1. /* Stylesheet for the Opera Cache document */
  2. /* Copyright 2000 Opera Software */
  3.  
  4. BODY {
  5. font-size: 10.5pt;
  6. font-family: serif;
  7. background-color: white;
  8. color: black;
  9. }
  10. A:link, A:visited {
  11. color: blue;
  12. text-decoration: none;
  13. }
  14.  
  15. TABLE {
  16. border: none;
  17. padding: 0;
  18. border-spacing: 0;
  19. font-size: 10.5pt;
  20. white-space: nowrap;
  21. }
  22. TH {
  23. background-color: #ddd;
  24. font-style: normal;
  25. font-weight: normal;
  26. text-align: left;
  27. padding: 0;
  28. }
  29. TH.name {
  30. padding-right: 0.5em;
  31. }
  32. TH.size {
  33. text-align: right;
  34. padding-right: 0.5em;
  35. padding-left: 0.5em;
  36. border-left-style: solid;
  37. border-left-width: 1px;
  38. }
  39. TH.address {
  40. padding-left: 0.5em;
  41. border-left-style: solid;
  42. border-left-width: 1px;
  43. }
  44.  
  45. TD {
  46. }
  47. TD.name {
  48. padding-right: 0.5em;
  49. font-family: monospace;
  50. }
  51. TD.memory {
  52. padding-right: 0.5em;
  53. color: red;
  54. }
  55. TD.size {
  56. text-align: right;
  57. padding-right: 0.5em;
  58. padding-left: 0.5em;
  59. font-family: monospace;
  60. }
  61. TD.address {
  62. padding-left: 0.5em;
  63. }
  64.  
  65.